From 61e928387682f0106ad7d3fada98cf0b598d238c Mon Sep 17 00:00:00 2001 From: Aravindh Puthiyaparambil Date: Thu, 3 Jul 2014 20:15:03 -0700 Subject: [PATCH] libxc: Fix stub domain build breakage Commit 447f613c (lzo: update LZO compression to current upstream version) broke the stub domain build. This patch fixes the build breakage. Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Jan Beulich Signed-off-by: Aravindh Puthiyaparambil Acked-by: Ian Campbell --- tools/libxc/xc_dom_decompress_unsafe_lzo1x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c index 57c73e30c1..59888b9da2 100644 --- a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c +++ b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c @@ -10,6 +10,7 @@ typedef uint8_t u8; typedef uint32_t u32; typedef uint16_t u16; +typedef uint64_t u64; #define likely(a) a #define noinline -- 2.30.2